klotz: linked data*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. 2014-07-11 Tags: , by klotz
  2. 2014-07-10 Tags: , by klotz
  3. 2014-04-08 Tags: , , , by klotz
  4. 2013-12-22 Tags: , by klotz
  5. Bigdata is a horizontally-scaled, open-source architecture for indexed data with an emphasis on RDF capable of loading 1B triples in under one hour on a 15 node cluster. Bigdata operates in both a single machine mode (Journal), highly available replication cluster mode (HAJournalServer), and a horizontally sharded cluster mode (BigdataFederation). The Journal provides fast scalable ACID indexed storage for very large data sets, up to 50 billion triples / quads. The HAJournalServer adds replication, online backup, horizontal scaling of query, and high availability. The federation provides fast scalable shard-wise parallel indexed storage using dynamic sharding and shard-wise ACID updates and incremental cluster size growth. Both platforms support fully concurrent readers with snapshot isolation.
    2013-12-22 Tags: , , by klotz
  6. 2013-12-10 Tags: , by klotz
  7. CONSTRUCT {
    ?URI a ex:Organization;
    ex:name ?NameWithLang;
    ex:CIK ?CIK;
    ex:LEI ?LEI;
    ex:ticker ?Stock_ticker;
    }
    FROM <file:companies.csv>
    WHERE {
    BIND (URI(CONCAT('companies/', ?Stock_ticker)) AS ?URI)
    BIND (STRLANG(?Name, "en") AS ?NameWithLang)
    }
    OFFSET 1
    2013-12-10 Tags: , , , by klotz

Top of the page

First / Previous / Next / Last / Page 3 of 0 SemanticScuttle - klotz.me: Tags: linked data

About - Propulsed by SemanticScuttle